home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <employees>
- <employee id="A1234">
- <name>
- <first>John</first>
- <last>Doe</last>
- </name>
- <position>Programmer</position>
- <address>
- <street>123 Main Street</street>
- <city>Anywhere</city>
- <state>CA</state>
- <zip>92000</zip>
- </address>
- <phone>
- <main>(714) 555-1000</main>
- <fax>(714) 555-1001</fax>
- </phone>
- <![CDATA[<I>John</I> is a <B>technical lead</B> on several projects and has always worked well with his co-workers.]]>
- </employee>
- </employees>
-